home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbaccbmp / readme.txt < prev   
Encoding:
Text File  |  1994-11-30  |  778 b   |  19 lines

  1. PIC TEST DEMO Application
  2.  
  3. This application demonstrates how to display a bitmap that is 
  4. stored in a Microsoft Access 2.0 database.  The majority of 
  5. the code was borrowed from the Microsoft Office Developers Kit CD.
  6.  
  7. The whole premise behind this application is that you take the 
  8. binary data stored in the database and write it to a temporary 
  9. disk file.  This temporary disk file is then loaded into the 
  10. image control using the LoadPicture command.
  11.  
  12. Although the data stored in the Access database is an OLE 
  13. Object this application does not use OLE or the OLE2 custom 
  14. control.  I have seen other demonstrations using the OLE 
  15. control and this seems easier.
  16.  
  17. If you have questions about this application send me an E-mail 
  18. on America Online at MLUHRING.
  19.